home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Exploring Where & Why
/
Exploring Where & Why.iso
/
pc
/
Lib.cst
/
00006_Template.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2004-07-11
|
266 b
|
25 lines
--
-- Template
--
property ancestor
on new me
-- set constants:
-- initialize the ancestor:
set ancestor = 0
-- do other initializations:
return me
end
on destruct me
if objectP (ancestor) then destruct (ancestor)
set ancestor = 0
end